SG Window | Globals Object |
MakeWord Method |
Properties Methods Events Constants Error Codes |
Creates Integer (16-bit) value by concatenating two given byte (8-bit) values.
object.MakeWord(low As Byte, high As Byte)
Part | Description |
object | The object is expression that evaluates to the Globals object. |
low | Required. Specifies the low-order byte of the new Integer value. |
high | Required. Specifies the high-order byte of the new Integer value. |